<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport"
    content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=no">
  <title>页面找不到</title>
  <style>
    .main-content {
      margin: 1.8rem auto 0;
      text-align: center;
    }

    .main-content a {
      color: #FFFFFF !important;
      text-decoration: none;
    }

    .main-content a:link,
    .main-content a:visited,
    .main-content a:hover,
    .main-content a:active {
      color: #fff;
      text-decoration: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      -webkit-user-select: none;
      -moz-user-focus: none;
      -moz-user-select: none;
    }

    .main-content img {
      width: 6.4rem;
      display: inline-block;
    }

    .main-content .down-btn {
      display: block;
      margin: auto;
      width: 4.6rem;
      height: 0.96rem;
      background: #60ACE7;
      border-radius: 24px;
      margin-top: 1.4rem;
      font-size: 0.32em;
      font-family: PingFang SC;
      font-weight: 500;
      line-height: 0.96rem;
    }

    @media screen and (min-width: 1200px) {
      .main-content img {
        width: 8rem;
        display: inline-block;
      }
    }

  </style>
  <script>
    (function getRemSize() {
      let w = window.innerWidth || window.screen.availWidth;
      if (w) {
        let a = (w * 50) / 375 > 55.2 ? 55.2 : (w * 50) / 375;
        document.getElementsByTagName('html')[0].style.fontSize = a + 'px';
      } else {
        document.getElementsByTagName('html')[0].style.fontSize = 50 + 'px';
      }
    })()
  </script>
</head>

<body>
  <div class="main-content">
    <img src="https://img11.litenews.cn/663/2024/03/18/fc22325ce63a126aed1e6085e5080a17.png" alt="页面找不到">
    <!-- <div class="down-btn">
      <a href="#">下载APP，查看更多内容</a>
    </div> -->
  </div>
</body>

</html>
